###{{something_component}}:
**ACF:**
| ----------------- | ---------------------- | ---------------------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| item.title | ACF text | Text | string | The title of each item in the accordion |
| item.content | ACF wysiwig | Text with markup | string | WordPress content editor as seen in Posts and Pages. Wysiwyg is an acronym for “what you see is what you get”. |
| item.select | ACF select | Value | string | The Select field creates a drop-down list to select one or more choices from. |
| item.radio | ACF radio button | Value | string | The Radio Button field creates a list of select-able inputs. |
| item.image | ACF image | Image ID | integer | The Image field allows an image to be uploaded and selected by using the native WordPress media modal. |
| item.repeater | ACF repeater | Array of rows | array | Acts as a parent to a set of sub fields which can be repeated again and again. |
| item.relationship | ACF relationship | Post ID | integer | The Relationship field provides a dual-column component to select one or more posts, pages or custom post type items. This field type provides search, post type and taxonomy filtering controls to help find results. |
| item.button | ACF cloned field group | Object | object | DOD created combination of an ACF link field which returns a string and a ACF select field (button styling) which returns an array. |
| item.link | ACF map | Link Array | array | The Link field allows a link to be selected or defined (url, title, target) by using the native WordPress link popup. |
**WordPress native:**
| ------------- | ----------- | ---------------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| item.title | ACF text | Text | string | Displays the WordPress post title with optional markup. |
| item.content | ACF wysiwig | Text with markup | string | Displays the WordPress post content. Content of the current post. |
| item.featured | ACF image | Image ID | integer | Displays the WordPress featured post image (also called Post Thumbnails). Which is an image that represent an individual Post, Page, or Custom Post Type. |